home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / kaffe-0.2 / lib / native / java.io / java.io.RandomAccessFile.h < prev    next >
C/C++ Source or Header  |  1996-02-07  |  1KB  |  24 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_io_RandomAccessFile */
  4.  
  5. #ifndef _Included_java_io_RandomAccessFile
  6. #define _Included_java_io_RandomAccessFile
  7.  
  8. typedef struct Classjava_io_RandomAccessFile {
  9.   struct Hjava_io_FileDescriptor* fd;
  10. } Classjava_io_RandomAccessFile;
  11. HandleTo(java_io_RandomAccessFile);
  12.  
  13. extern void java_io_RandomAccessFile_open(struct Hjava_io_RandomAccessFile*, struct Hjava_lang_String*, long /* bool */);
  14. extern long java_io_RandomAccessFile_read(struct Hjava_io_RandomAccessFile*);
  15. extern long java_io_RandomAccessFile_readBytes(struct Hjava_io_RandomAccessFile*, HArray*, long, long);
  16. extern void java_io_RandomAccessFile_write(struct Hjava_io_RandomAccessFile*, long);
  17. extern void java_io_RandomAccessFile_writeBytes(struct Hjava_io_RandomAccessFile*, HArray*, long, long);
  18. extern long long java_io_RandomAccessFile_getFilePointer(struct Hjava_io_RandomAccessFile*);
  19. extern void java_io_RandomAccessFile_seek(struct Hjava_io_RandomAccessFile*, long long);
  20. extern long long java_io_RandomAccessFile_length(struct Hjava_io_RandomAccessFile*);
  21. extern void java_io_RandomAccessFile_close(struct Hjava_io_RandomAccessFile*);
  22.  
  23. #endif
  24.